home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / shapes / bomb.vx < prev    next >
Text File  |  1979-12-31  |  2KB  |  66 lines

  1. #if 0
  2. From alavalle@tuba.aix.calpoly.edu Fri Oct  1 10:04:53 1993
  3. Return-Path: <alavalle@tuba.aix.calpoly.edu>
  4. Received: from tuba.aix.calpoly.edu by fir.canberra.edu.au (4.1/SMI-4.1)
  5.     id AA00723; Fri, 1 Oct 93 10:04:37 EST
  6. Received: by tuba.aix.calpoly.edu (AIX 3.2/UCB 5.64/4.03)
  7.           id AA41546; Thu, 30 Sep 1993 17:02:20 -0700
  8. Date: Thu, 30 Sep 1993 17:02:20 -0700
  9. From: alavalle@tuba.aix.calpoly.edu
  10. Message-Id: <9310010002.AA41546@tuba.aix.calpoly.edu>
  11. To: eyal@fir.canberra.edu.au
  12. Subject: Fly 8
  13. Status: OR
  14.  
  15. Hello. (how do I address you?)
  16.  
  17. Thanks for the speedy reply to my message.  I look forward to the next realease
  18. of fly.
  19.  
  20. I think I decoded the method for the graphics files (not too complex, I know)
  21. and have begun editing them.  I thought you might like this redesign of the
  22. MK82 bomb (it used to be a line.)  The drawing isn't bad if I may say so
  23. myself, but the scale is a bit off... I worked with the smallest integers I 
  24. could - are decimals allowed?  Another question: what's that second number
  25. in the file right after the number of lines to read?
  26.  
  27. Anyhow, here's my bomb :
  28. #endif
  29.  
  30. 0, -2, 0, 1,
  31. 0, -1, 0, 2,
  32. 1, 0, 0, 2,
  33. 1, 1, 0, 2,
  34. 0, 2, 0, 2,
  35. -1, 1, 0, 2,
  36. -1, 0, 0, 2,
  37. 0, -1, 0, 2,
  38. 1, -2, 0, 1,
  39. -1, -2, 0, 2,
  40. -1, -1, 0, 2,
  41. 1, -1, 0, 2,
  42. 1, -2, 0, 2,
  43. 0, -1, 1, 1,
  44. 0, -1, -1, 2,
  45. 0, -2, -1, 2,
  46. 0, -2, 1, 2,
  47. 0, -1, 1, 2,
  48. 0, -1, -1, 2,
  49. 0, 2, 0, 1,
  50. 0, 1, 1, 2,
  51. 0, 0, 1, 2,
  52. 0, -1, 0, 2,
  53. 0, 0, -1, 2,
  54. 0, 1, -1, 2,
  55. 0, 2, 0, 2,
  56. 0, 1, 1, 1,
  57. 1, 1, 0, 2,
  58. 0, 1, -1, 2,
  59. -1, 1, 0, 2,
  60. 0, 1, 1, 2,
  61. 0, 0, 1, 1,
  62. 1, 0, 0, 2,
  63. 0, 0, -1, 2,
  64. -1, 0, 0, 2,
  65. 0, 0, 1, 2
  66.